/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/ |
__init__.py | 318 float(num_str). This can be used to use another datatype or parser
323 int(num_str). This can be used to use another datatype or parser
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/ |
__init__.py | 306 float(num_str). This can be used to use another datatype or parser
311 int(num_str). This can be used to use another datatype or parser
|
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/ |
TechNotes.txt | 108 where "[it] is safe for another driver to initialize". (Clearly another UEFI
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
CommonTreeAdaptor.as | 18 * override if you want another kind of node to be built.
|
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/ |
ComponentProcessorTest.java | 157 JavaFileObject another = JavaFileObjects.forSourceLines("test.AnotherModule", local 178 assertAbout(javaSources()).that(ImmutableList.of(parent, child, another, componentFile)) [all...] |
/external/harfbuzz_ng/win32/ |
create-lists-msvc.mak | 2 # another NMake Makefile module, include it, and clean it up.
|
/external/libunwind/doc/ |
unw_resume.tex | 32 another thread results in undefined behavior (e.g., the program may
|
/external/mesa3d/docs/specs/OLD/ |
MESA_program_debug.spec | 82 the GL. Isn't there another solution? 85 programs I don't see another way to do it.
|
/external/protobuf/objectivec/DevTools/ |
pddm.py | 49 macros can be defined in one block by just using a another "//%PDDM-DEFINE" 56 "//%PDDM-EXPAND Name(args)" and then with "//%PDDM-EXPAND-END" or another 60 Expansion itself is pretty simple, one macro can invoke another macro, but 61 you cannot nest the invoke of a macro in another macro (i.e. - can't do 95 One macro can invoke another by simply using its name NAME(ARGS). You cannot 96 nest an invoke inside another (i.e. - NAME1(NAME2(ARGS)) isn't supported).
|
/external/python/cpython2/Lib/ |
collections.py | 220 '''od.__eq__(y) <==> od==y. Comparison to another OD is order-sensitive 433 >>> d = Counter('simsalabim') # make another counter 460 from an input iterable. Or, initialize the count from another mapping 531 Source can be an iterable, a dictionary, or another Counter instance. 534 >>> c.update('witch') # add elements from another iterable 536 >>> c.update(d) # add elements from another counter 576 Source can be an iterable, a dictionary, or another Counter instance. 579 >>> c.subtract('witch') # subtract elements from another iterable 580 >>> c.subtract(Counter('watch')) # subtract elements from another counter
|
/external/python/cpython2/Lib/idlelib/idle_test/ |
htest.py | 197 "<Alt-s> to save-as another file.\n" 198 "<Control-c> to save-copy-as another file.\n"
|
/external/python/cpython2/Lib/json/ |
__init__.py | 319 float(num_str). This can be used to use another datatype or parser 324 int(num_str). This can be used to use another datatype or parser
|
/frameworks/base/core/java/android/widget/ |
ActivityChooserModel.java | 921 public int compareTo(ActivityResolveInfo another) { 922 return Float.floatToIntBits(another.weight) - Float.floatToIntBits(weight); [all...] |
/frameworks/rs/script_api/ |
rs_quaternion.spec | 132 Creates a quaternion from its four components or from another quaternion. 205 summary: Multiply a quaternion by a scalar or another quaternion 207 Multiplies a quaternion by a scalar or by another quaternion, e.g
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
ActivityChooserModel.java | 897 public int compareTo(ActivityResolveInfo another) { 898 return Float.floatToIntBits(another.weight) - Float.floatToIntBits(weight); [all...] |
/packages/apps/Settings/src/com/android/settings/widget/ |
ChartSweepView.java | 404 * Test if given {@link MotionEvent} is closer to another 407 public boolean isTouchCloserTo(MotionEvent eventInParent, ChartSweepView another) { 409 final float anotherDist = another.getTouchDistanceFromTarget(eventInParent);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/json/ |
__init__.py | 318 float(num_str). This can be used to use another datatype or parser 323 int(num_str). This can be used to use another datatype or parser
|
/prebuilts/gdb/linux-x86/lib/python2.7/json/ |
__init__.py | 318 float(num_str). This can be used to use another datatype or parser 323 int(num_str). This can be used to use another datatype or parser
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
deadstore_test.go | 69 // stronger restriction, that one store can't shadow another unless the
|
flagalloc.go | 121 // We could fix up the users with another pass, but for now
|
/prebuilts/go/darwin-x86/src/cmd/gofmt/ |
simplify.go | 56 // Note: This may not be correct because len may have been redeclared in another
|
/prebuilts/go/darwin-x86/src/crypto/ |
crypto.go | 14 // Hash identifies a cryptographic hash function that is implemented in another
|
/prebuilts/go/darwin-x86/src/encoding/asn1/ |
common.go | 59 // CONTEXT-SPECIFIC 42], that means that the tag is replaced by another.
|
/prebuilts/go/darwin-x86/src/io/ioutil/ |
ioutil.go | 66 // and to avoid another allocation after Read has filled the buffer. The readAll
|
/prebuilts/go/darwin-x86/src/os/ |
types.go | 33 // to another portably. Not all bits apply to all systems.
|