/prebuilts/go/darwin-x86/src/crypto/rand/ |
example_test.go | 13 // This example reads 10 cryptographically secure pseudorandom numbers from
|
/prebuilts/go/darwin-x86/src/runtime/ |
defs_nacl_386.go | 5 // but really don't matter. Even so, use the standard numbers.
|
stubs_android.go | 6 // (may encode error numbers).
|
defs_nacl_arm.go | 5 // but really don't matter. Even so, use the standard numbers.
|
/prebuilts/go/linux-x86/doc/play/ |
pi.go | 5 // large numbers of concurrent processes.
|
/prebuilts/go/linux-x86/src/container/list/ |
example_test.go | 13 // Create a new list and put some numbers in it.
|
/prebuilts/go/linux-x86/src/crypto/rand/ |
example_test.go | 13 // This example reads 10 cryptographically secure pseudorandom numbers from
|
/prebuilts/go/linux-x86/src/runtime/ |
defs_nacl_386.go | 5 // but really don't matter. Even so, use the standard numbers.
|
stubs_android.go | 6 // (may encode error numbers).
|
/system/extras/brillo_config/ |
Android.mk | 55 four numbers separated by dots. Example: "1.2.0.0") 76 three numbers separated by dots. Example: "1.2.0")
|
/frameworks/ex/common/java/com/android/common/contacts/ |
DataUsageStatUpdater.java | 146 * Update usage statistics information using a list of phone numbers. 155 public boolean updateWithPhoneNumber(Collection<String> numbers) { 157 Log.d(TAG, "updateWithPhoneNumber: " + Arrays.toString(numbers.toArray())); 159 if (numbers != null && !numbers.isEmpty()) { 162 final String[] questionMarks = new String[numbers.size()]; 164 whereArgs.addAll(numbers);
|
/frameworks/ex/common/tests/src/com/android/common/widget/ |
GroupingListAdapterTests.java | 107 private void buildCursor(String... numbers) { 110 for (String number : numbers) { 288 String[] numbers = new String[500]; local 289 for (int i = 0; i < numbers.length; i++) { 292 numbers[i] = String.valueOf((i / 2) * 2); 295 buildCursor(numbers);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/ |
fixer_base.py | 31 numbers = itertools.count(1) # For new_name()
variable in class:BaseFix 36 # Lower numbers will be run first.
115 name = template + unicode(self.numbers.next())
159 self.numbers = itertools.count(1)
|
/external/python/cpython2/Lib/lib2to3/ |
fixer_base.py | 31 numbers = itertools.count(1) # For new_name() variable in class:BaseFix 36 # Lower numbers will be run first. 115 name = template + unicode(self.numbers.next()) 159 self.numbers = itertools.count(1)
|
/external/vulkan-validation-layers/libs/cjson/includes/ |
cJSON.h | 114 extern cJSON *cJSON_CreateIntArray(const int *numbers, int count); 115 extern cJSON *cJSON_CreateFloatArray(const float *numbers, int count); 116 extern cJSON *cJSON_CreateDoubleArray(const double *numbers, int count);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/ |
fixer_base.py | 31 numbers = itertools.count(1) # For new_name() variable in class:BaseFix 36 # Lower numbers will be run first. 115 name = template + unicode(self.numbers.next()) 159 self.numbers = itertools.count(1)
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/ |
fixer_base.py | 31 numbers = itertools.count(1) # For new_name() variable in class:BaseFix 36 # Lower numbers will be run first. 115 name = template + unicode(self.numbers.next()) 159 self.numbers = itertools.count(1)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
fixer_base.py | 31 numbers = itertools.count(1) # For new_name() variable in class:BaseFix 36 # Lower numbers will be run first. 115 name = template + unicode(self.numbers.next()) 159 self.numbers = itertools.count(1)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
fixer_base.py | 31 numbers = itertools.count(1) # For new_name() variable in class:BaseFix 36 # Lower numbers will be run first. 115 name = template + unicode(self.numbers.next()) 159 self.numbers = itertools.count(1)
|
/compatibility/cdd/9_security-model/ |
9_6_premium-sms-warning.md | 11 * [C-1-1] MUST warn users before sending a SMS message to numbers
|
/prebuilts/go/darwin-x86/misc/cgo/stdio/ |
chain.go | 9 // Pass numbers along a chain of threads.
|
/prebuilts/go/darwin-x86/src/archive/tar/ |
stat_unix.go | 30 // TODO(bradfitz): major/minor device numbers?
|
/prebuilts/go/darwin-x86/src/math/ |
modf.go | 7 // Modf returns integer and fractional floating-point numbers
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue8183.go | 7 // Tests correct reporting of line numbers for errors involving iota,
|
/prebuilts/go/darwin-x86/test/ken/ |
cplx3.go | 7 // Test composition, decomposition, and reflection on complex numbers.
|