/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
ast.ml | 13 (* variant for a binary operator. *) 14 | Binary of char * expr * expr
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
ast.ml | 13 (* variant for a binary operator. *) 14 | Binary of char * expr * expr
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
ast.ml | 13 (* variant for a binary operator. *) 14 | Binary of char * expr * expr
|
/frameworks/native/libs/gui/tests/ |
Android.mk | 30 # Build the binary to $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE)
|
/frameworks/native/services/surfaceflinger/tests/ |
Android.mk | 28 # Build the binary to $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE)
|
/bootable/recovery/ |
Android.mk | 37 # This binary is in the recovery ramdisk, which is otherwise a copy of root. 39 # a (redundant) copy of the binary in /system/bin for user builds.
|
/external/chromium/android/ |
generateAndroidForwardingHeader.pl | 5 # Redistribution and use in source and binary forms, with or without 10 # * Redistributions in binary form must reproduce the above copyright 34 * Redistribution and use in source and binary forms, with or without 39 * * Redistributions in binary form must reproduce the above copyright
|
/external/chromium/chrome/browser/extensions/ |
extension_page_actions_module.cc | 158 BinaryValue* binary; 160 if (args->GetBinary("imageData", &binary)) { 161 IPC::Message bitmap_pickle(binary->GetBuffer(), binary->GetSize());
|
extension_sidebar_api.cc | 232 BinaryValue* binary; local 233 EXTENSION_FUNCTION_VALIDATE(details.GetBinary(kImageDataKey, &binary)); 234 IPC::Message bitmap_pickle(binary->GetBuffer(), binary->GetSize());
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-netrexx.jar | |
/external/llvm/tools/llvm-size/ |
llvm-size.cpp | 246 // Attempt to open the binary. 247 OwningPtr<Binary> binary; local 248 if (error_code ec = createBinary(file, binary)) { 253 if (Archive *a = dyn_cast<Archive>(binary.get())) { 257 OwningPtr<Binary> child; 271 } else if (ObjectFile *o = dyn_cast<ObjectFile>(binary.get())) {
|
/external/openfst/src/extensions/far/ |
main.cc | 109 ifstream in(fst_fname.c_str(), ifstream::in | ifstream::binary);
|
/external/protobuf/examples/ |
list_people.cc | 55 fstream input(argv[1], ios::in | ios::binary);
|
/external/v8/samples/ |
count-hosts.js | 2 // Redistribution and use in source and binary forms, with or without 8 // * Redistributions in binary form must reproduce the above
|
/external/v8/test/message/ |
overwritten-builtins.js | 2 // Redistribution and use in source and binary forms, with or without 8 // * Redistributions in binary form must reproduce the above
|
try-catch-finally-no-message.js | 2 // Redistribution and use in source and binary forms, with or without 8 // * Redistributions in binary form must reproduce the above
|
try-catch-finally-return-in-finally.js | 2 // Redistribution and use in source and binary forms, with or without 8 // * Redistributions in binary form must reproduce the above
|
try-finally-return-in-finally.js | 2 // Redistribution and use in source and binary forms, with or without 8 // * Redistributions in binary form must reproduce the above
|
/external/v8/test/message/regress/ |
regress-1527.js | 2 // Redistribution and use in source and binary forms, with or without 8 // * Redistributions in binary form must reproduce the above
|
/external/v8/test/mjsunit/ |
api-call-after-bypassed-exception.js | 2 // Redistribution and use in source and binary forms, with or without 8 // * Redistributions in binary form must reproduce the above
|
apply-arguments-gc-safepoint.js | 2 // Redistribution and use in source and binary forms, with or without 8 // * Redistributions in binary form must reproduce the above
|
arguments-indirect.js | 2 // Redistribution and use in source and binary forms, with or without 8 // * Redistributions in binary form must reproduce the above
|
ascii-regexp-subject.js | 2 // Redistribution and use in source and binary forms, with or without 8 // * Redistributions in binary form must reproduce the above
|
binary-operation-overwrite.js | 2 // Redistribution and use in source and binary forms, with or without 8 // * Redistributions in binary form must reproduce the above
|
bitwise-operations-undefined.js | 2 // Redistribution and use in source and binary forms, with or without 8 // * Redistributions in binary form must reproduce the above
|