Searched refs:given (Results 1 - 25 of 132) sorted by relevance

123456

/external/chromium_org/tools/json_schema_compiler/
H A Djson_schema_test.py88 given = [
95 expected, json_schema.DeleteNodes(given, matcher=should_delete))
/external/qemu/disas/
H A Darm.c1594 arm_decode_shift (long given, fprintf_function func, void *stream, argument
1597 func (stream, "%s", arm_regnames[given & 0xf]);
1599 if ((given & 0xff0) != 0)
1601 if ((given & 0x10) == 0)
1603 int amount = (given & 0xf80) >> 7;
1604 int shift = (given & 0x60) >> 5;
1623 func (stream, ", %s %s", arm_shift[(given & 0x60) >> 5],
1624 arm_regnames[(given & 0xf00) >> 8]);
1626 func (stream, ", %s", arm_regnames[(given & 0xf00) >> 8]);
1635 print_insn_coprocessor (bfd_vma pc, struct disassemble_info *info, long given, argument
2131 print_arm_address(bfd_vma pc, struct disassemble_info *info, long given) argument
2225 print_insn_neon(struct disassemble_info *info, long given, bfd_boolean thumb) argument
2679 print_insn_arm_internal(bfd_vma pc, struct disassemble_info *info, long given) argument
3039 print_insn_thumb16(bfd_vma pc, struct disassemble_info *info, long given) argument
3315 print_insn_thumb32(bfd_vma pc, struct disassemble_info *info, long given) argument
3771 print_insn_data(bfd_vma pc ATTRIBUTE_UNUSED, struct disassemble_info *info, long given) argument
3875 long given; local
[all...]
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
H A Dconfig.py19 given = urlparse.urlparse(url)
22 if (given.scheme == allowed.scheme and
23 given.hostname == allowed.hostname and
24 given.path.startswith(allowed.path)):
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DExceptionMessages.h71 static String indexExceedsMaximumBound(const char* name, NumberType given, NumberType bound) argument
73 bool eq = given == bound;
78 result.append(formatNumber(given));
88 static String indexExceedsMinimumBound(const char* name, NumberType given, NumberType bound) argument
90 bool eq = given == bound;
95 result.append(formatNumber(given));
105 static String indexOutsideRange(const char* name, NumberType given, NumberType lowerBound, BoundType lowerType, NumberType upperBound, BoundType upperType) argument
111 result.append(formatNumber(given));
/external/compiler-rt/make/
H A Dutil.mk33 # Set the given make variable to the given value.
38 # Append the given value to the given make variable.
43 # Check whether the given variable is defined.
48 # Check whether the given variable is undefined.
53 # Get the value of the given make variable, or the default-value if the variable
80 # Check that a value is true, or give an error including the given message
93 # Check that all command line variables are in the given list. This routine is
H A Dlib_util.mk17 # the configuration 'config' and on given arch.
/external/llvm/bindings/ocaml/bitwriter/
H A Dllvm_bitwriter.ml16 (* Writes the bitcode for module the given path. Returns true if successful. *)
/external/protobuf/
H A Dconfigure.ac40 [use the given protoc command instead of building a new one when building tests (useful for cross-compiling)])],
106 AC_MSG_FAILURE([--with-zlib was given, but no working zlib library was found])
113 AC_MSG_FAILURE([--with-zlib was given, but zlib headers were not present or were too old (requires 1.2.0.4)])
122 # No argument given. Use system protoc.
130 # is a nested package and --with-protoc was actually given on the outer
/external/mockito/src/org/mockito/
H A DBDDMockito.java12 * Behavior Driven Development style of writing tests uses <b>//given //when //then</b> comments as fundamental parts of your test methods.
17 * The problem is that current stubbing api with canonical role of <b>when</b> word does not integrate nicely with <b>//given //when //then</b> comments.
18 * It's because stubbing belongs to <b>given</b> component of the test and not to the <b>when</b> component of the test.
19 * Hence {@link BDDMockito} class introduces an alias so that you stub method calls with {@link BDDMockito#given(Object)} method.
20 * Now it really nicely integrates with the <b>given</b> component of a BDD style test!
30 * //given
31 * given(seller.askForBread()).willReturn(new Bread());
43 * //given
44 * willThrow(new RuntimeException("boo")).given(mock).foo();
177 public static <T> BDDMyOngoingStubbing<T> given( method in class:BDDMockito
226 <T> T given(T mock); method in interface:BDDMockito.BDDStubber
240 public <T> T given(T mock) { method in class:BDDMockito.BDDStubberImpl
[all...]
/external/javasqlite/src/main/java/SQLite/
H A DStringEncoder.java24 * Encodes the given byte array into a string that can be used by
95 * Decodes the given string that is assumed to be a valid encoding
96 * of a byte array. Typically the given string is generated by
98 * @param s the given string encoding.
100 * @throws IllegalArgumentException when the string given is not
199 * index offset, to the given target.
222 * Encodes the given byte array into SQLite3 blob notation, ie X'..'
/external/chromium_org/components/autofill/core/browser/
H A Dcontact_info.cc80 base::string16 given; member in struct:autofill::__anon6330::NameParts
100 // Bad things have happened; just assume the whole thing is a given name.
101 parts.given = name;
105 // Only one token, assume given name.
107 parts.given = name_tokens[0];
135 // Remainder is given name.
136 parts.given = JoinString(name_tokens, base::char16(' '));
287 given_ = parts.given;
/external/ceres-solver/internal/ceres/
H A Dsolver.cc486 string given; local
487 StringifyOrdering(linear_solver_ordering_given, &given);
492 given.c_str(),
504 string given; local
505 StringifyOrdering(inner_iteration_ordering_given, &given);
510 given.c_str(),
/external/libcap-ng/libcap-ng-0.7/
H A Dpy-compile100 usage_error "no files given"
103 # if basedir was given, then it should be prepended to filenames before
111 # if destdir was given, then it needs to be prepended to the filename to
/external/valgrind/main/gdbserver_tests/
H A Dmchelp.stdoutB.exp7 v.info n_errs_found [msg] : show the nr of errors found so far and the given msg
23 mark <len> (or 1) bytes at <addr> with the given accessibility
25 check that <len> (or 1) bytes at <addr> have the given accessibility
52 v.info n_errs_found [msg] : show the nr of errors found so far and the given msg
82 mark <len> (or 1) bytes at <addr> with the given accessibility
84 check that <len> (or 1) bytes at <addr> have the given accessibility
H A Dmssnapshot.stderrB.exp9 v.info n_errs_found [msg] : show the nr of errors found so far and the given msg
/external/llvm/bindings/ocaml/target/
H A Dllvm_target.mli89 (** Returns the pointer size in bytes for a target in a given address space.
94 in a given address space.
214 (** Emits assembly or object data for the given module to the given
218 (** Emits assembly or object data for the given module to a fresh memory
/external/chromium_org/third_party/icu/source/extra/uconv/
H A Dmakedata.mak17 #Here we test if a valid configuration is given
33 #Let's see if user has given us a path to ICU
/external/icu/icu4c/source/extra/uconv/
H A Dmakedata.mak17 #Here we test if a valid configuration is given
33 #Let's see if user has given us a path to ICU
/external/bison/doc/
H A Dbison.x37 This description of the options that can be given to
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_set_3dfx_mode.spec68 Note that only one drawable and context can be created at any given
/external/chromium_org/third_party/skia/tools/lua/
H A Dscrape.lua33 when a given picture is done, we call endcanvas(canvas, fileName)
/external/llvm/test/MC/ARM/
H A Darm-thumb-cpus.s19 @ Make sure correct diagnostics are given for CPUs without support for
/external/mesa3d/docs/
H A DMESA_set_3dfx_mode.spec68 Note that only one drawable and context can be created at any given
/external/skia/tools/lua/
H A Dscrape.lua33 when a given picture is done, we call endcanvas(canvas, fileName)
/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dftfy.sh10 options are given, then the modified files are left in the working tree.

Completed in 837 milliseconds

123456