/packages/apps/Dialer/src/com/android/dialer/calllog/ |
IntentProvider.java | 108 * @param extraIds The call ID of the other calls grouped together with the call.
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/ |
ActualKeyboardBuilder.java | 53 * @return the actual keyboard grouped with rows.
|
/prebuilts/go/darwin-x86/src/cmd/trace/ |
goroutines.go | 24 // gtype describes a group of goroutines grouped by start PC.
|
/prebuilts/go/darwin-x86/src/runtime/ |
mcache.go | 13 // so they are grouped here for better caching.
|
/prebuilts/go/linux-x86/src/cmd/trace/ |
goroutines.go | 24 // gtype describes a group of goroutines grouped by start PC.
|
/prebuilts/go/linux-x86/src/runtime/ |
mcache.go | 13 // so they are grouped here for better caching.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
GLCallGroups.java | 132 * @param contextToGroup context from which calls should be grouped. If no such context
|
/system/bt/embdrv/sbc/decoder/include/ |
oi_modules.h | 45 * In order to distinguish types of modules, items are grouped with markers to
|
/toolchain/binutils/binutils-2.25/gas/config/ |
m68k-parse.h | 95 /* These have to be grouped together for the movec instruction to work. */
|
/toolchain/binutils/binutils-2.25/gas/ |
write.h | 38 /* These small fields are grouped together for compactness of
|
/toolchain/binutils/binutils-2.25/include/coff/ |
external.h | 113 Line numbers are grouped on a per function basis; first entry in a function
|
rs6k64.h | 99 Line numbers are grouped on a per function basis; first entry in a function
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
i386beos.sc | 132 /* This cannot currently be handled with grouped sections.
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
CombinedEventsTest.java | 65 * grouped on one location and sent in one event packet. At the end, test cleans 191 * Then test checks, that three expected events were grouped on one location 327 * sampleMethod(). Then test checks, that three expected events were grouped 446 * test checks, that three expected events were grouped on one location and 576 * sampleMethod(). Then test checks, that three expected events were grouped [all...] |
/art/runtime/jdwp/ |
jdwp.h | 179 * are grouped together in a single response. 194 * events are grouped together in a single response.)
|
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/ |
OpenGLWatchFaceService.java | 98 /** Triangles for the 4 major ticks. These are grouped together to speed up rendering. */ 101 /** Triangles for the 8 minor ticks. These are grouped together to speed up rendering. */
|
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/ |
OpenGLWatchFaceService.java | 98 /** Triangles for the 4 major ticks. These are grouped together to speed up rendering. */ 101 /** Triangles for the 8 minor ticks. These are grouped together to speed up rendering. */
|
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
OpenGLWatchFaceService.java | 98 /** Triangles for the 4 major ticks. These are grouped together to speed up rendering. */ 101 /** Triangles for the 8 minor ticks. These are grouped together to speed up rendering. */
|
/external/autotest/scheduler/ |
rdb_cache_manager.py | 29 Normal case: 3 grouped requests, all with the same deps/acls, but different 51 Stale cache entries: 3 grouped requests that don't have the same deps/acls.
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/ |
bluetooth_SDP_ServiceAttributeRequest.py | 119 # grouped together. 156 # TODO(quiche): Move this up, to be grouped with the other |assert|
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/docs/apidoc/ |
help.html | 111 modules grouped into packages. At the top level, and within each 113 <li> The <em>class hierarchy</em> lists every class, grouped by base
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/docs/apidoc/ |
help.html | 111 modules grouped into packages. At the top level, and within each 113 <li> The <em>class hierarchy</em> lists every class, grouped by base
|
/external/llvm/docs/ |
LLVMBuild.rst | 76 *components*. Every component is typically grouped into its own 186 indicate they should logically be grouped at the top-level.
|
/external/lzma/DOC/ |
lzma-sdk.txt | 313 data in such order, where code is grouped in one place and data is
314 grouped in other place (it's better than such mixing: code, data, code,
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/ |
ExprModel.java | 234 public Expr group(Expr grouped) { 235 return register(new GroupExpr(grouped));
|