HomeSort by relevance Sort by last modified time
    Searched refs:BINARY (Results 26 - 50 of 196) sorted by null

12 3 4 5 6 7 8

  /device/linaro/bootloader/edk2/CorebootPayloadPkg/
CorebootPayloadPkg.fdf 142 INF RuleOverride = BINARY USE = IA32 FatBinPkg/EnhancedFatDxe/Fat.inf
144 INF RuleOverride = BINARY USE = X64 FatBinPkg/EnhancedFatDxe/Fat.inf
161 #INF RuleOverride = BINARY USE = IA32 ShellBinPkg/UefiShell/UefiShell.inf
163 #INF RuleOverride = BINARY USE = X64 ShellBinPkg/UefiShell/UefiShell.inf
167 INF RuleOverride = BINARY USE = IA32 EdkShellBinPkg/FullShell/FullShell.inf
169 INF RuleOverride = BINARY USE = X64 EdkShellBinPkg/FullShell/FullShell.inf
241 [Rule.Common.UEFI_DRIVER.BINARY]
256 [Rule.Common.UEFI_APPLICATION.BINARY]
  /device/linaro/bootloader/edk2/EmulatorPkg/
EmulatorPkg.fdf 210 INF RuleOverride = BINARY FatBinPkg/EnhancedFatDxe/Fat.inf
217 INF RuleOverride = BINARY ShellBinPkg/UefiShell/UefiShell.inf
219 INF RuleOverride = BINARY EdkShellBinPkg/FullShell/FullShell.inf
307 [Rule.Common.UEFI_DRIVER.BINARY]
315 [Rule.Common.UEFI_APPLICATION.BINARY]
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/parser/
SqlParser.kt 215 BINARY,
222 ColumnInfo.BINARY -> BINARY
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerFunctionalTest.java 96 * Test a basic download of a binary file 500k in size.
101 byte[] blobData = generateData(fileSize, DataType.BINARY);
320 byte[] blobData = generateData(fileSize, DataType.BINARY);
340 byte[] blobData = generateData(fileSize, DataType.BINARY);
  /frameworks/compile/mclinker/include/mcld/Script/
BinaryOp.h 24 * \brief This class defines the interfaces to an binary operator token.
32 BinaryOp() : Operator(Operator::BINARY, TYPE), m_Size(0) {
  /frameworks/compile/mclinker/lib/Script/
RpnEvaluator.cpp 52 case Operator::BINARY: {
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCResultSetMetaData.java 34 case Types.BINARY:
112 case Types.BINARY: return "binary";
  /external/okhttp/okhttp-ws-tests/src/main/java/com/squareup/okhttp/ws/
AutobahnTester.java 34 import static com.squareup.okhttp.ws.WebSocket.BINARY;
91 response = RequestBody.create(BINARY, source.readByteString());
  /external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/ws/
WebSocketRecorder.java 28 import static com.squareup.okhttp.ws.WebSocket.BINARY;
101 Message message = new Message(BINARY);
  /libcore/ojluni/src/main/java/sun/net/ftp/
FtpClient.java 81 ASCII, BINARY, EBCDIC
655 * Changes the transfer type (binary, ascii, ebcdic) and issue the
666 * Changes the current transfer type to binary.
668 * {@code setType(TransferType.BINARY)}
676 setType(TransferType.BINARY);
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Http2.java 679 * combinations are represented in binary.
687 return flags == FLAG_ACK ? "ACK" : BINARY[flags];
692 return BINARY[flags];
694 String result = flags < FLAGS.length ? FLAGS[flags] : BINARY[flags];
720 * combinations are represented in binary.
723 private static final String[] BINARY = new String[256];
726 for (int i = 0; i < BINARY.length; i++) {
727 BINARY[i] = format("%8s", Integer.toBinaryString(i)).replace(' ', '0');
754 for (int i = 0; i < FLAGS.length; i++) { // Fill in holes with binary representation.
755 if (FLAGS[i] == null) FLAGS[i] = BINARY[i]
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/
DuetPkg.fdf 111 # Binary INF file to support toggle among different CPU architectures.
112 INF RuleOverride=BINARY FatBinPkg/EnhancedFatDxe/Fat.inf
146 [Rule.Common.UEFI_DRIVER.BINARY]
  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
RealWebSocket.java 113 "Message content type was null. Must use WebSocket.TEXT or WebSocket.BINARY.");
120 } else if (WebSocket.BINARY.subtype().equals(contentSubtype)) {
125 + ". Must use WebSocket.TEXT or WebSocket.BINARY.");
  /external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
Interpreter.java 58 String binary = data.get(BINARY); local
73 interpreter.setBinary(new File(binary));
116 protected void setBinary(File binary) {
117 if (!binary.exists()) {
118 throw new RuntimeException("Binary " + binary + " does not exist!");
120 mBinary = binary;
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
InterpreterProvider.java 140 values.put(InterpreterPropertyNames.BINARY, mDescriptor.getBinary(mContext).getAbsolutePath());
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
Tag.java 38 public static final Tag BINARY = new Tag(PREFIX + "binary");
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue99/
YamlBase64Test.java 107 * Redefine the !!binary global tag in a way that it ignores all the white
112 Yaml yaml = new Yaml(new SpecialContructor(Tag.BINARY));
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundleImpl.java 42 case BINARY:
67 return BINARY;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundleImpl.java 41 case BINARY:
66 return BINARY;
  /prebuilts/tools/common/m2/repository/io/opentracing/opentracing-api/0.13.0/
opentracing-api-0.13.0.jar 
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/
HiKey.fdf 328 [Rule.Common.DXE_DRIVER.BINARY]
348 [Rule.Common.UEFI_DRIVER.BINARY]
356 [Rule.Common.UEFI_APPLICATION.BINARY]
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
value.go 22 BINARY = 3
255 // GetBinaryValue retrieves the binary value for the specified
258 // If value is not BINARY, it will return the correct value
265 if typ != BINARY {
334 // under key k to value and BINARY.
336 return k.setValue(name, BINARY, value)
  /prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
value.go 22 BINARY = 3
255 // GetBinaryValue retrieves the binary value for the specified
258 // If value is not BINARY, it will return the correct value
265 if typ != BINARY {
334 // under key k to value and BINARY.
336 return k.setValue(name, BINARY, value)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
classobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
classobject.c     [all...]

Completed in 2738 milliseconds

12 3 4 5 6 7 8