HomeSort by relevance Sort by last modified time
    Searched refs:Added (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/autotest/client/cros/cellular/pseudomodem/
messaging.py 30 retrieved either by listening for the "Added" and "Completed" signals,
70 def Added(self, path, received):
72 Emitted when any part of a new SMS has been received or added (but not
82 opposed to being added locally.
sms_handler.py 166 # Emit an Added message.
167 self._modem.Added(dbus.types.ObjectPath(sms_object.path), True)
  /external/syslinux/com32/lib/libpng/
CHANGES 5 added reader into png.h
9 added pull reader
11 added pnglib.txt
12 added example.c
16 added K&R support
17 added check for 64 KB blocks for 16 bit machines
36 added png_large_malloc() and png_large_free()
37 added png_size_t
39 added png_start_read_image()
44 added test progra
    [all...]
  /external/libcups/cups/
encode.c 654 DEBUG_printf(("2cupsEncodeOptions2: Added integer option value "
669 DEBUG_puts("2cupsEncodeOptions2: Added boolean true value...");
679 DEBUG_puts("2cupsEncodeOptions2: Added boolean false value...");
706 DEBUG_printf(("2cupsEncodeOptions2: Added range option value "
729 DEBUG_printf(("2cupsEncodeOptions2: Added resolution option value "
741 DEBUG_printf(("2cupsEncodeOptions2: Added octet-string value "
783 DEBUG_printf(("2cupsEncodeOptions2: Added string value \"%s\"...",
  /external/ltp/testcases/kernel/io/disktest/
disktest.spec 49 - Added signal handlers
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
AcpiPlatformHooks.c 57 BOOLEAN Added;
66 Added = FALSE;
72 Added = TRUE;
77 ASSERT (Added);
  /frameworks/base/tools/aapt2/java/
ManifestClassGenerator_test.cpp 99 Added in API 1. -->
115 * Added in API 1.
  /external/llvm/lib/Fuzzer/
FuzzerTraceState.cpp 432 int Added = 0;
433 Added += TryToAddDesiredData(Arg1, Arg2, CmpSize);
434 Added += TryToAddDesiredData(Arg2, Arg1, CmpSize);
435 if (!Added && CmpSize == 4 && IsTwoByteData(Arg1) && IsTwoByteData(Arg2)) {
436 Added += TryToAddDesiredData(Arg1, Arg2, 2);
437 Added += TryToAddDesiredData(Arg2, Arg1, 2);
439 if (Options.Verbosity >= 3 && Added)
450 Printf("MemCmp Added %d%d: ", Added1, Added2);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 443 bool Added = false;
447 Added = true;
454 Added = true;
457 return Added;
  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 198 SmallSet<unsigned, 32> Added;
201 if (Added.insert(Reg).second) {
  /external/llvm/lib/Target/Hexagon/
HexagonCopyToCombine.cpp 304 bool Added = KillingInstr->addRegisterKilled(KilledOperand, TRI, true);
305 (void)Added; // suppress compiler warning
306 assert(Added && "Must successfully update kill flag");
368 bool Added = I1.addRegisterKilled(KilledOperand, TRI);
369 (void)Added; // suppress compiler warning
370 assert(Added && "Must successfully update kill flag");
  /external/libvorbis/
libvorbis.spec 109 - Added BuildRequires:
  /external/mesa3d/docs/
MESA_swap_control.spec 126 1.1, 5/1/03 Added the issues section and contact information.
  /external/openssh/contrib/suse/
openssh.spec 100 - Added flag to configure daemon with TCP Wrappers support
101 - Added building prerequisites (works in RPM 3.0 and newer)
109 - Added 'Obsoletes' directives
114 - Added links for slogin
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/svg/
svgpan.go 32 * - Added "use strict;" and fixed resulting warnings (#5)
33 * - Added configuration variables, dragging is disabled by default (#3)
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/svg/
svgpan.go 32 * - Added "use strict;" and fixed resulting warnings (#5)
33 * - Added configuration variables, dragging is disabled by default (#3)
  /device/google/marlin/marlin/
BoardConfig.mk 183 # Added to indicate that protobuf-c is supported in this build
  /device/google/marlin/sailfish/
BoardConfig.mk 173 # Added to indicate that protobuf-c is supported in this build
  /external/abi-compliance-checker/modules/Internals/
SysCheck.pm 169 my (%Added, %Removed) = ();
204 printMsg("INFO", "Checking added/removed libs");
241 { # added libs
254 { # changed soname but added the symbolic link for old-version library
259 { # added library
265 $Added{$LName}{"version"} = $V;
274 $Added{$LName}{"list"} = $ListPath;
380 $ACC_compare .= " -skip-added-constants";
548 $STAT{$Comp}{"added"} = keys(%Added);
    [all...]
  /external/mesa3d/docs/OLD/
MESA_program_debug.spec 307 Added chapter 5 and 6 spec language. (Brian Paul)
  /hardware/intel/common/libva/
libva.spec 147 - Added definition of FOURCC IYUV
  /prebuilts/go/darwin-x86/src/debug/dwarf/
line.go 91 // Added in DWARF 3.
98 // Added in DWARF 3.
105 // Added in DWARF 3.
114 // Added in DWARF 3.
  /prebuilts/go/linux-x86/src/debug/dwarf/
line.go 91 // Added in DWARF 3.
98 // Added in DWARF 3.
105 // Added in DWARF 3.
114 // Added in DWARF 3.
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 459 bool Added = false;
464 Added = true;
468 return Added;
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 79 template<typename ExpressionType, unsigned int Added, unsigned int Removed> class Flagged;

Completed in 1155 milliseconds

1 2 3