HomeSort by relevance Sort by last modified time
    Searched refs:CFIndex (Results 1 - 25 of 25) sorted by null

  /external/clang/test/Analysis/
CFNumber.c 3 typedef signed long CFIndex;
14 typedef CFIndex CFNumberType;
cfref_PR2519.c 5 typedef signed long CFIndex;
19 extern CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
21 typedef CFIndex CFNumberType;
uninit-vals-ps.c 69 typedef signed long CFIndex;
70 typedef CFIndex CFNumberType;
  /external/google-breakpad/src/common/mac/
string_utilities.cc 38 CFIndex length = CFStringGetLength(str);
44 CFIndex maxUTF8Length =
47 CFIndex actualUTF8Length;
  /external/compiler-rt/test/BlocksRuntime/
dispatch_async.c 20 __block CFIndex counter;
  /external/webrtc/webrtc/modules/desktop_capture/mac/
window_list_utils.cc 29 CFIndex count = CFArrayGetCount(window_array);
30 for (CFIndex i = 0; i < count; ++i) {
full_screen_chrome_window_detector.cc 143 CFIndex count = CFArrayGetCount(window_array);
144 for (CFIndex i = 0; i < count; ++i) {
  /external/chromium-trace/catapult/telemetry/telemetry/util/mac/
determine_if_keychain_entry_is_decryptable.c 58 for (CFIndex i = 0; i < CFArrayGetCount(acl_list); ++i) {
  /external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h 11 typedef signed long CFIndex;
121 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
127 extern CFMutableStringRef CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex capacity, CFAllocatorRef externalCharactersAllocator);
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
MacHIDManager.cpp 77 T getArrayItemAsRef(CFArrayRef array, CFIndex idx)
83 CFDictionaryRef getArrayItemAsRef(CFArrayRef array, CFIndex idx)
213 CFIndex stringLength = CFStringGetLength(cfString), usedBytes = 0L;
MacJoyStick.cpp 180 const CFIndex numOfElements = CFArrayGetCount(elements);
181 for (CFIndex i = 0; i < numOfElements; ++i)
CocoaJoyStick.mm 180 const CFIndex numOfElements = CFArrayGetCount(elements);
181 for (CFIndex i = 0; i < numOfElements; ++i)
  /external/webrtc/webrtc/modules/desktop_capture/
window_capturer_mac.mm 92 CFIndex count = CFArrayGetCount(window_array);
93 for (CFIndex i = 0; i < count; ++i) {
mouse_cursor_monitor_mac.mm 143 CFIndex count = CFArrayGetCount(window_array);
144 for (CFIndex i = 0; i < count; ++i) {
screen_capturer_mac.mm 106 for (CFIndex i = 0; i < CFArrayGetCount(all_windows); ++i) {
    [all...]
  /external/webrtc/webrtc/base/
macwindowpicker.cc 225 CFIndex i;
226 CFIndex count = CFArrayGetCount(window_array);
macconversion.cc 131 CFIndex cfindex; local
133 static_cast<void*>(&cfindex));
134 if (converted) *i = static_cast<int>(cfindex);
  /external/skia/src/ports/
SkFontHost_mac.cpp 761 CFIndex numGlyphs = CTFontGetGlyphCount(ctFont);
    [all...]
SkImageDecoder_CG.cpp 130 const CFIndex ICC_PROFILE_OFFSET_TO_SRGB_TAG = 52;
  /external/harfbuzz_ng/src/
hb-coretext.cc     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 489 CFIndex used = 0;
514 CFIndex count = 1;
    [all...]
  /external/opencv3/modules/highgui/src/
window_carbon.cpp 494 CFIndex maxLength = 256;
  /external/mdnsresponder/mDNSShared/
DebugServices.c     [all...]
  /external/curl/lib/vtls/
darwinssl.c     [all...]
  /external/libchrome/base/files/
file_path.cc     [all...]

Completed in 2167 milliseconds