Searched refs:other (Results 1 - 25 of 3814) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jar ... public static final com.google.zxing.DecodeHintType OTHER public static final com.google.zxing.DecodeHintType ...
/external/zlib/
H A DAndroid.mk72 # up needing to drag in most of the other files anyway. So this is a first
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm421 ;;; strings match each other, and they can be safely passed over before
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm360 ;;; strings match each other, and they can be safely passed over before
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp123 -As with many other structs in this file, the init and cleanup functions serve as ctor and dtor.
1795 else if(j >= 3) /*repeat code for value other than zero*/
2902 in &= (1 << bits) - 1; /*filter out any other bits of the input value*/
4224 /*we can immediatly filter into the out buffer, no other steps needed*/
4306 else return 42; /*error: tRNS chunk not allowed for other color models*/
4454 it'd still fail with other error checks below if it's too short. This just gives a different error code.*/
4581 state->error = lodepng_inspect(w, h, state, in, insize); /*reads header and resets other parameters in state->info_png*/
5254 * (The other case) If the image type is Grayscale or RGB (with or without Alpha), and the bit depth is
5260 but for "the other case", whatever strategy filter_strategy is set to instead of the minimum sum
5569 /*we can immediatly filter into the out buffer, no other step
6117 State(const State& other) argument
6128 operator =(const State& other) argument
[all...]
H A Dlodepng.h64 /*support for chunks other than IHDR, IDAT, PLTE, tRNS, IEND: ancillary and unknown chunks*/
127 Same as the other decode functions, but instead takes a filename as input.
176 Same as the other encode functions, but instead takes a filename as output.
208 Same as the other decode functions, but instead takes a filename as input.
227 Same as the other encode functions, but instead takes a filename as output.
417 the palette in background_r, the other two are then ignored.
521 are silently tolerated by other decoders as well. Currently only one such fix
829 State(const State& other);
831 State& operator=(const State& other);
835 //Same as other lodepn
[all...]
/external/webrtc/src/system_wrappers/interface/
H A Datomic32.h51 Atomic32 operator+(const Atomic32& other);
52 Atomic32 operator-(const Atomic32& other);
/external/wpa_supplicant_8/
H A DAndroid.mk7 # set up in the other Android.mk.
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dupnp_xml.c28 * (One other interesting thing about utf-8 is that it is possible to look at
49 * Labels are any sequence of chars other than space, tab, right angle bracket
177 * other in args and their values go here, if any
183 * s: might be some other namespace name followed by colon
184 * u: might be some other namespace name followed by colon
/external/wpa_supplicant_8/src/wps/
H A Dupnp_xml.c28 * (One other interesting thing about utf-8 is that it is possible to look at
49 * Labels are any sequence of chars other than space, tab, right angle bracket
177 * other in args and their values go here, if any
183 * s: might be some other namespace name followed by colon
184 * u: might be some other namespace name followed by colon
/external/wpa_supplicant_8/wpa_supplicant/
H A Dinterworking.c2236 * Check if any other BSS is operated by a more preferred roaming
2383 wpa_printf(MSG_DEBUG, "Interworking: Use home BSS with BW limit mismatch since no other network could be selected");
2387 wpa_printf(MSG_DEBUG, "Interworking: Use visited BSS with BW limit mismatch since no other network could be selected");
2438 struct wpa_bss *other; local
2443 dl_list_for_each(other, &wpa_s->bss, struct wpa_bss, list) {
2444 if (other == bss)
2446 if (other->anqp == NULL)
2448 if (other->anqp->roaming_consortium == NULL &&
2449 other->anqp->nai_realm == NULL &&
2450 other
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dupnp_xml.c28 * (One other interesting thing about utf-8 is that it is possible to look at
49 * Labels are any sequence of chars other than space, tab, right angle bracket
177 * other in args and their values go here, if any
183 * s: might be some other namespace name followed by colon
184 * u: might be some other namespace name followed by colon
/external/valgrind/main/perf/
H A Dtinycc.c152 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
170 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
485 #define STV_HIDDEN 2 /* Sym unavailable in other modules */
1836 The Sun linker puts data into some of the other fields. */
2194 the other ones */
5474 int info, int other, int shndx, const char *name);
5476 int info, int other, int sh_num, const char *name);
5479 static void put_stabs(const char *str, int type, int other, int desc,
5481 static void put_stabs_r(const char *str, int type, int other, int desc,
5483 static void put_stabn(int type, int other, in
18200 put_elf_sym(Section *s, unsigned long value, unsigned long size, int info, int other, int shndx, const char *name) argument
18297 add_elf_sym(Section *s, unsigned long value, unsigned long size, int info, int other, int sh_num, const char *name) argument
18383 put_stabs(const char *str, int type, int other, int desc, unsigned long value) argument
18400 put_stabs_r(const char *str, int type, int other, int desc, unsigned long value, Section *sec, int sym_index) argument
18409 put_stabn(int type, int other, int desc, int value) argument
18414 put_stabd(int type, int other, int desc) argument
[all...]
/external/vixl/src/a64/
H A Dassembler-a64.h11 // and/or other materials provided with the distribution.
142 bool Aliases(const CPURegister& other) const {
143 VIXL_ASSERT(IsValidOrNone() && other.IsValidOrNone());
144 return (code_ == other.code_) && (type_ == other.type_);
147 bool Is(const CPURegister& other) const {
148 VIXL_ASSERT(IsValidOrNone() && other.IsValidOrNone());
149 return Aliases(other) && (size_ == other.size_);
175 inline bool IsSameSizeAndType(const CPURegister& other) cons
[all...]
/external/valgrind/main/exp-bbv/tests/x86/
H A Drep_prefix.S15 # did this one way, newer binutils the other
/external/valgrind/main/helgrind/
H A Dhg_main.c1047 //zz *new_segP = mk_Segment( thr, cur_seg, NULL/*other*/ );
1103 /* So the lock is held in w-mode. If it's held by some other
1383 - for all other uses, use get_current_Thread.
1600 /* quit_tid has disappeared without joining to any other thread.
1607 lingers indefinitely and continues to interact with other
1647 entries for any other threads. */
1656 /* Clean up all other slots except 'tid'. */
2243 SO. This is later used by other thread(s) which successfully
2269 // other thread; that sounds straight-out wrong.
2771 by other threa
3761 Lock* other; local
[all...]
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.stderr.exp5 x2000002(2): __NR_fork other
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp8 2: __NR_fork other
2465 190: __NR_vfork other
3499 252: __NR_exit_group other
/external/tinyxml/
H A Dtinystr.h196 void swap (TiXmlString& other)
199 rep_ = other.rep_;
200 other.rep_ = r;
/external/tremolo/Tremolo/
H A DbitwiseARM.s15 @ in the documentation and/or other materials provided with the
H A Ddpen.s15 @ in the documentation and/or other materials provided with the
H A Dfloor1ARM.s15 @ in the documentation and/or other materials provided with the
H A Dfloor1LARM.s15 @ in the documentation and/or other materials provided with the
H A DmdctARM.s15 @ in the documentation and/or other materials provided with the
H A DmdctLARM.s15 @ in the documentation and/or other materials provided with the

Completed in 279 milliseconds

1234567891011>>