/external/clang/test/CodeGen/ |
thread-specifier.c | 27 __thread int i __attribute__((tls_model("initial-exec"))); 31 __thread static int a __attribute__((tls_model("initial-exec")));
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
dll_intercept_memcpy.cc | 19 printf("Initial test OK\n"); 21 // CHECK: Initial test OK
|
dll_intercept_memcpy_indirect.cc | 20 printf("Initial test OK\n"); 22 // CHECK: Initial test OK
|
dll_intercept_memset.cc | 19 printf("Initial test OK\n"); 21 // CHECK: Initial test OK
|
dll_intercept_strlen.cc | 13 printf("Initial test OK\n"); 15 // CHECK: Initial test OK
|
intercept_memcpy.cc | 18 printf("Initial test OK\n"); 20 // CHECK: Initial test OK
|
intercept_strlen.cc | 12 printf("Initial test OK\n"); 14 // CHECK: Initial test OK
|
/external/javassist/src/main/javassist/scopedpool/ |
SoftValueHashMap.java | 83 * Constructs a new, empty <code>WeakHashMap</code> with the given initial 87 * The initial capacity of the <code>WeakHashMap</code> 93 * If the initial capacity is less than zero, or if the load 101 * Constructs a new, empty <code>WeakHashMap</code> with the given initial 105 * The initial capacity of the <code>WeakHashMap</code> 108 * If the initial capacity is less than zero 116 * initial capacity and the default load factor, which is <code>0.75</code>. 125 * an initial capacity of twice the number of mappings in the specified map
|
/external/lldb/test/unittest2/ |
signals.py | 47 initial = signal.getsignal(signal.SIGINT) 52 signal.signal(signal.SIGINT, initial)
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
dri_test.c | 15 __attribute__((tls_model("initial-exec"))); 18 __attribute__((tls_model("initial-exec")));
|
/external/skia/src/core/ |
SkPerspIter.h | 19 @param x The initial X coordinate to be mapped through the matrix 20 @param y The initial Y coordinate to be mapped through the matrix
|
/external/svox/pico/lib/ |
picokdbg.h | 25 * - 2009-04-20 -- initial version 26 *- 0.1, 08.05.2008, MRi - initial version
|
/external/valgrind/main/none/tests/s390x/ |
dfpext.c | 7 #define L2D(insn, initial, target,round) \ 9 register unsigned long source asm("2") = initial; \ 15 #define I2D(insn, initial, target,round) \ 17 register int source asm("2") = initial; \ 23 #define D2L(insn, initial, type, round, cc) \ 25 register type source asm("f0") = initial; \ 34 #define D2I(insn, initial, type, round, cc) \ 36 register type source asm("f0") = initial; \
|
/frameworks/av/services/audioflinger/ |
FastThreadState.cpp | 23 mCommand(INITIAL), mColdFutexAddr(NULL), mColdGen(0), mDumpState(NULL), mNBLogWriter(NULL) 34 mCommand(FastThreadState::INITIAL), mUnderruns(0), mOverruns(0),
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
InheritableThreadLocalTest.java | 36 return "initial"; 39 assertEquals("initial", itl.get());
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
xstrndup.c | 1 /* Duplicate a bounded initial segment of a string, with out-of-memory 27 In other words, return a copy of the initial segment of length N of
|
xstrndup.h | 1 /* Duplicate a bounded initial segment of a string, with out-of-memory 21 In other words, return a copy of the initial segment of length N of
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
UserInitializeReceiver.java | 24 * Takes care of setting initial wallpaper for a user, by selecting the 30 // TODO: initial wallpaper now that wallpapers are owned by another app
|
/external/chromium_org/components/metrics/ |
metrics_log_manager.cc | 19 // The number of "initial" logs to save, and hope to send during a future Chrome 20 // session. Initial logs contain crash stats, and are pretty small. 25 // large, as presumably the related "initial" log wasn't sent (probably nothing 27 // accumulating while the "initial" log was stalled, and couldn't be sent. As a 34 // The number of bytes each of initial and ongoing logs that must be stored.
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
svg.css | 34 outermost 'svg' element is ignored for the purposes of visual rendering and the initial clipping path is set 35 to the bounds of the initial viewport. 39 the user agent will establish an initial clipping path equal to the bounds of the initial viewport; otherwise, 40 the initial clipping path is set according to the clipping rules as defined in [CSS2-overflow].
|
/external/eigen/bench/btl/generic_bench/timers/ |
STL_timer.hh | 39 initial = time(0); 52 if (initial < final) { 54 initial = final; 69 // For saving initial and final times of a trial 70 time_t initial, final; member in class:STL_Timer
|
x86_timer.hh | 86 time_t initial, final; local 89 initial = time(0); 94 while(time(0)==initial); 96 initial = time(0); 101 while(time(0)==initial); 105 // INFOS("coarse grained time : "<< final-initial); 106 _frequency=_frequency*get_elapsed_time_in_second()/double(final-initial);
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/ |
Field.java | 79 * Gets the initial value for this field, if available. 81 * Only static field may have an initial value set, but are not required to have an initial value. 83 * @return The initial value for this field, or null if this field is not a static field, or if this static field 84 * does not have an initial value.
|
/external/chromium_org/tools/relocation_packer/src/ |
run_length_encoder.cc | 65 // The initial address for uncondensing, the start index for the first 72 // The first relocation is just one created from the initial address. 73 ELF::Rel initial; local 74 initial.r_offset = addr; 75 initial.r_info = ELF_R_INFO(0, ELF::kRelativeRelocationCode); 76 relocations->push_back(initial); 137 // initial address. Start uncondensing pairs at the third, and finish
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/ |
sysfs_power_monitor.py | 145 def ComputeCpuStats(initial, final): 149 initial: The parsed dictionary of initial statistics to be converted 162 for cpu in initial: 165 if not initial[cpu] or not final[cpu]: 168 for state in initial[cpu]: 169 current_cpu[state] = final[cpu][state] - initial[cpu][state]
|