/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
locale_facets_nonio.h | 553 * uses month, day, and year. This function is a hook for derived 565 * results into a user-supplied struct tm. This function is a hook for 584 * results into a user-supplied struct tm. This function is a hook for 603 * user-supplied struct tm. This function is a hook for derived 622 * user-supplied struct tm. This function is a hook for derived 642 * hook for derived classes to change the value returned. @see 789 * provided format char and optional modifier. This function is a hook [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
locale_facets_nonio.h | 553 * uses month, day, and year. This function is a hook for derived 565 * results into a user-supplied struct tm. This function is a hook for 584 * results into a user-supplied struct tm. This function is a hook for 603 * user-supplied struct tm. This function is a hook for derived 622 * user-supplied struct tm. This function is a hook for derived 642 * hook for derived classes to change the value returned. @see 789 * provided format char and optional modifier. This function is a hook [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
locale_facets_nonio.h | 553 * uses month, day, and year. This function is a hook for derived 565 * results into a user-supplied struct tm. This function is a hook for 584 * results into a user-supplied struct tm. This function is a hook for 603 * user-supplied struct tm. This function is a hook for derived 622 * user-supplied struct tm. This function is a hook for derived 642 * hook for derived classes to change the value returned. @see 789 * provided format char and optional modifier. This function is a hook [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
locale_facets_nonio.h | 553 * uses month, day, and year. This function is a hook for derived 565 * results into a user-supplied struct tm. This function is a hook for 584 * results into a user-supplied struct tm. This function is a hook for 603 * user-supplied struct tm. This function is a hook for derived 622 * user-supplied struct tm. This function is a hook for derived 642 * hook for derived classes to change the value returned. @see 789 * provided format char and optional modifier. This function is a hook [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
locale_facets_nonio.h | 553 * uses month, day, and year. This function is a hook for derived 565 * results into a user-supplied struct tm. This function is a hook for 584 * results into a user-supplied struct tm. This function is a hook for 603 * user-supplied struct tm. This function is a hook for derived 622 * user-supplied struct tm. This function is a hook for derived 642 * hook for derived classes to change the value returned. @see 789 * provided format char and optional modifier. This function is a hook [all...] |
/art/runtime/ |
parsed_options.cc | 321 const void* hook = options[i].second; local 322 bool (*hook_is_sensitive_thread)() = reinterpret_cast<bool (*)()>(const_cast<void*>(hook)); 328 const void* hook = options[i].second; local 329 if (hook == nullptr) { 334 reinterpret_cast<int (*)(FILE *, const char*, va_list)>(const_cast<void*>(hook)); 341 const void* hook = options[i].second; local 342 if (hook == nullptr) { 346 void(*hook_exit)(jint) = reinterpret_cast<void(*)(jint)>(const_cast<void*>(hook)); 352 const void* hook = options[i].second; local 353 if (hook == nullptr) [all...] |
common_runtime_test.h | 158 // Sets a CheckJni abort hook to catch failures. Note that this will cause CheckJNI to carry on 169 static void Hook(void* data, const std::string& reason);
|
java_vm_ext.h | 60 void SetCheckJniAbortHook(void (*hook)(void*, const std::string&), void* data) { 61 check_jni_abort_hook_ = hook;
|
/system/core/include/system/ |
window.h | 282 /* Valid operations for the (*perform)() hook. 435 * Hook called by EGL to acquire a buffer. After this call, the buffer 455 * hook called by EGL to lock a buffer. This MUST be called before modifying 469 * Hook called by EGL when modifications to the render buffer are done. 491 * hook used to retrieve information about the native window. 499 * hook used to perform various operations on the surface. 503 * DO NOT CALL THIS HOOK DIRECTLY. Instead, use the helper functions 516 * Hook used to cancel a buffer that has been dequeued. 536 * Hook called by EGL to acquire a buffer. This call may block if no 558 * Hook called by EGL when modifications to the render buffer are done [all...] |
/external/icu/icu4c/source/data/unidata/ |
UnicodeData.txt | 386 0181;LATIN CAPITAL LETTER B WITH HOOK;Lu;0;L;;;;;N;LATIN CAPITAL LETTER B HOOK;;;0253; 392 0187;LATIN CAPITAL LETTER C WITH HOOK;Lu;0;L;;;;;N;LATIN CAPITAL LETTER C HOOK;;;0188; 393 0188;LATIN SMALL LETTER C WITH HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER C HOOK;;0187;;0187 395 018A;LATIN CAPITAL LETTER D WITH HOOK;Lu;0;L;;;;;N;LATIN CAPITAL LETTER D HOOK;;;0257; 402 0191;LATIN CAPITAL LETTER F WITH HOOK;Lu;0;L;;;;;N;LATIN CAPITAL LETTER F HOOK;;;0192 [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
UnicodeData.txt | 386 0181;LATIN CAPITAL LETTER B WITH HOOK;Lu;0;L;;;;;N;LATIN CAPITAL LETTER B HOOK;;;0253; 392 0187;LATIN CAPITAL LETTER C WITH HOOK;Lu;0;L;;;;;N;LATIN CAPITAL LETTER C HOOK;;;0188; 393 0188;LATIN SMALL LETTER C WITH HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER C HOOK;;0187;;0187 395 018A;LATIN CAPITAL LETTER D WITH HOOK;Lu;0;L;;;;;N;LATIN CAPITAL LETTER D HOOK;;;0257; 402 0191;LATIN CAPITAL LETTER F WITH HOOK;Lu;0;L;;;;;N;LATIN CAPITAL LETTER F HOOK;;;0192 [all...] |
/external/drm_hwcomposer/ |
vsyncworker.cpp | 193 * call the vsync hook while holding the thread lock. 196 * the hook. However, in practice, procs_ is only updated once, so it's not
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
MoreExecutors.java | 71 * adding a shutdown hook to wait for their completion. 93 * does so by using daemon threads and adding a shutdown hook to wait for 114 * Add a shutdown hook to wait for thread completion in the given 134 * adding a shutdown hook to wait for their completion. 154 * and adding a shutdown hook to wait for their completion. 202 // This is because the logging code installs a shutdown hook of its 222 @VisibleForTesting void addShutdownHook(Thread hook) { 223 Runtime.getRuntime().addShutdownHook(hook); [all...] |
/external/iproute2/doc/actions/ |
actions-general | 78 *ingress is mapped to pre-routing hook 79 *egress is mapped to post-routing hook 175 action order 1: tablename: mangle hook: NF_IP_PRE_ROUTING 180 action order 3: tablename: mangle hook: NF_IP_PRE_ROUTING 185 action order 5: tablename: mangle hook: NF_IP_PRE_ROUTING 217 action order 1: tablename: mangle hook: NF_IP_PRE_ROUTING 224 action order 3: tablename: mangle hook: NF_IP_PRE_ROUTING 231 action order 5: tablename: mangle hook: NF_IP_PRE_ROUTING
|
/external/iproute2/include/linux/ |
netlink.h | 7 #define NETLINK_ROUTE 0 /* Routing/device hook */ 10 #define NETLINK_FIREWALL 3 /* Firewalling hook */
|
/external/jpeg/ |
jcapistd.c | 87 /* Call progress monitor hook if present */ 132 /* Call progress monitor hook if present */
|
/external/libnl/include/linux/ |
netlink.h | 7 #define NETLINK_ROUTE 0 /* Routing/device hook */ 10 #define NETLINK_FIREWALL 3 /* Firewalling hook */
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
ClassEmitter.java | 91 throw new IllegalStateException("static hook is invalid for this class"); 158 // force static hook creation
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
fpdfapi_jcapistd.c | 88 /* Call progress monitor hook if present */ 133 /* Call progress monitor hook if present */
|
/frameworks/wilhelm/src/ |
entry.c | 119 // FIXME log or report to application that expose hook failed 122 case INTERFACE_UNINITIALIZED: // no init hook
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
vp9_thread.c | 110 if (worker->hook != NULL) { 111 worker->had_error |= !worker->hook(worker->data1, worker->data2);
|
/hardware/libhardware/include/hardware/ |
fb.h | 87 * This hook is OPTIONAL. 139 * This hook is OPTIONAL.
|
/packages/apps/Camera2/src/com/android/camera/burst/ |
BurstCaptureCommand.java | 131 // Hook up the camera stream to burst input surface. 141 // Hook the response listener to invoke eviction handler
|
/packages/inputmethods/LatinIME/java/res/values/ |
emoji-categories.xml | 77 <item>21a9</item> <!-- LEFTWARDS ARROW WITH HOOK --> 78 <item>21aa</item> <!-- RIGHTWARDS ARROW WITH HOOK -->
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
netlink.h | 7 #define NETLINK_ROUTE 0 /* Routing/device hook */ 10 #define NETLINK_FIREWALL 3 /* Firewalling hook */
|