HomeSort by relevance Sort by last modified time
    Searched refs:describe (Results 51 - 75 of 271) sorted by null

1 23 4 5 6 7 8 91011

  /external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
InlineByteBuddyMockMaker.java 175 Platform.describe()), INITIALIZATION_ERROR);
250 Platform.describe(),
SubclassByteBuddyMockMaker.java 113 Platform.describe(),
  /external/nanopb-c/tools/
make_windows_package.sh 10 VERSION=`git describe --always`-windows-x86
  /frameworks/base/core/tests/coretests/src/android/view/
PinchZoomAction.java 233 .withViewDescription(HumanReadables.describe(view))
240 .withViewDescription(HumanReadables.describe(view))
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
CachedBluetoothDevice.java 111 * @param profile Profile to describe
114 private String describe(LocalBluetoothProfile profile) { method in class:CachedBluetoothDevice
189 Log.d(TAG, "Command sent successfully:DISCONNECT " + describe(profile));
277 Log.d(TAG, "Command sent successfully:CONNECT " + describe(profile));
327 Log.d(TAG, "Command sent successfully:REMOVE_BOND " + describe(null));
331 describe(null));
    [all...]
  /build/blueprint/
doc.go 15 // Blueprint is a meta-build system that reads in Blueprints files that describe
19 // rules or a domain-specific language to describe the logic how modules are
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
checkextensions_win32.py 12 * Have some Windows INI files which "describe" one or more extension modules.
  /external/iputils/
Makefile 117 LASTTAG:=$(shell git describe HEAD | sed -e 's/-.*//')
  /external/python/cpython2/Tools/freeze/
checkextensions_win32.py 12 * Have some Windows INI files which "describe" one or more extension modules.
  /external/protobuf/js/commonjs/
import_test.js 46 describe('Import test suite', function() {
  /prebuilts/go/darwin-x86/src/go/token/
serialize_test.go 14 // equal returns nil if p and q describe the same file set;
  /prebuilts/go/linux-x86/src/go/token/
serialize_test.go 14 // equal returns nil if p and q describe the same file set;
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
decode.go 17 // If x matches the format, then the rest of the fields describe how to interpret x.
18 // The opBits describe bits that should be extracted from x and added to the opcode.
22 // Finally the args describe how to decode the instruction arguments.
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
decode.go 17 // If x matches the format, then the rest of the fields describe how to interpret x.
18 // The opBits describe bits that should be extracted from x and added to the opcode.
22 // Finally the args describe how to decode the instruction arguments.
  /external/lisa/src/shell/
lisa_shell 67 .:: LISA ($(git describe --all))
  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
DragAction.java 466 .withViewDescription(HumanReadables.describe(view))
480 .withViewDescription(HumanReadables.describe(view))
  /external/junit/src/main/java/org/junit/experimental/categories/
Categories.java 166 public String describe() { method in class:Categories.CategoryFilter
  /external/python/cpython2/Lib/test/
test_pydoc.py 507 self.assertEqual(pydoc.describe(C), 'class C')
508 self.assertEqual(pydoc.describe(c), 'instance of C')
516 self.assertEqual(pydoc.describe(C), 'class C')
517 self.assertEqual(pydoc.describe(c), 'C')
  /external/testng/src/main/java/org/testng/junit/
JUnit4TestRunner.java 102 public String describe() { method in class:JUnit4TestRunner
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java 1470 public void describe(StringBuilder msg, boolean verbose) { method in class:SQLiteConnection.Operation
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/gcprog/
gcprog.go 37 // to describe the data type, and then finally call End.
103 // use a Repeat to describe c elements of n bits each,
  /prebuilts/go/linux-x86/src/cmd/internal/gcprog/
gcprog.go 37 // to describe the data type, and then finally call End.
103 // use a Repeat to describe c elements of n bits each,
  /system/update_engine/scripts/
paycheck.py 57 check_opts.add_option('-D', '--describe', action='store_true', default=False,
174 if options.describe:
175 payload.Describe()
  /external/libunwind/doc/
unw_get_proc_info_by_ip.tex 44 addresses. For this reason, it is alwas possible to describe the
  /external/protobuf/js/binary/
writer_test.js 56 describe('binaryWriterTest', function() {

Completed in 2176 milliseconds

1 23 4 5 6 7 8 91011