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

1 2 3 4 5 6 7 8 910

  /external/autotest/frontend/client/src/autotest/common/table/
LinkSetFilter.java 3 import com.google.gwt.event.logical.shared.SelectionEvent;
4 import com.google.gwt.event.logical.shared.SelectionHandler;
RadioButtonSetFilter.java 3 import com.google.gwt.event.logical.shared.ValueChangeEvent;
4 import com.google.gwt.event.logical.shared.ValueChangeHandler;
  /external/eigen/blas/f2c/
lsame.c 15 logical lsame_(char *ca, char *cb, ftnlen ca_len, ftnlen cb_len)
18 logical ret_val;
datatypes.h 15 typedef int logical; typedef
  /toolchain/binutils/binutils-2.27/gas/
dwarf2dbg.h 38 unsigned int logical; member in struct:dwarf2_line_info
62 If IS_LLOC is true, implements the .lloc LOGICAL [FILENO LINENO [COLUMN]]
dwarf2dbg.c 22 /* Logical line numbers can be controlled by the compiler via the
241 /* A logical row doesn't use every field in this struct, but using it
276 0, 0 /* discriminator, logical */
401 /* Record the current symbol with all logical rows created since
427 line->logical = 0;
661 make_logical (unsigned int logical, int context, int subprog)
669 if (logical > logicals_allocated)
674 if (logical > logicals_allocated)
675 logicals_allocated = logical;
682 logicals[logical - 1].loc = current
784 offsetT logical = 0; local
1529 unsigned logical; local
    [all...]
  /external/python/cpython2/Lib/msilib/
__init__.py 198 logical = _logical = make_id(file)
200 while logical in self.filenames:
201 logical = "%s.%d" % (_logical, pos)
203 self.filenames.add(logical)
204 return logical
206 def append(self, full, file, logical):
209 if not logical:
210 logical = self.gen_id(file)
212 self.files.append((full, logical))
213 return self.index, logical
    [all...]
  /external/python/cpython3/Lib/msilib/
__init__.py 197 logical = _logical = make_id(file)
199 while logical in self.filenames:
200 logical = "%s.%d" % (_logical, pos)
202 self.filenames.add(logical)
203 return logical
205 def append(self, full, file, logical):
208 if not logical:
209 logical = self.gen_id(file)
211 self.files.append((full, logical))
212 return self.index, logical
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msilib.py 358 logical = _logical = make_id(file)
360 while logical in self.filenames:
361 logical = "%s.%d" % (_logical, pos)
363 self.filenames.add(logical)
364 return logical
366 def append(self, full, file, logical = None):
369 if not logical:
370 logical = self.gen_id(dir, file)
373 print >>self.file, '"%s" %s' % (full, logical)
375 print >>self.file, '%s %s' % (full, logical)
    [all...]
  /external/python/cpython2/Tools/msi/
msilib.py 358 logical = _logical = make_id(file)
360 while logical in self.filenames:
361 logical = "%s.%d" % (_logical, pos)
363 self.filenames.add(logical)
364 return logical
366 def append(self, full, file, logical = None):
369 if not logical:
370 logical = self.gen_id(dir, file)
373 print >>self.file, '"%s" %s' % (full, logical)
375 print >>self.file, '%s %s' % (full, logical)
    [all...]
  /external/tinyxml/
Android.mk 19 -Wno-logical-op-parentheses \
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ppc64/
opt.go 7 // Many Power ISA arithmetic and logical instructions come in four
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ppc64/
opt.go 7 // Many Power ISA arithmetic and logical instructions come in four
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
shifted.s 101 .macro logical op
157 logical orr
158 logical and
159 logical eor
161 logical bic
162 logical orn
163 logical eon
  /external/autotest/frontend/client/src/autotest/common/
CustomHistory.java 3 import com.google.gwt.event.logical.shared.ValueChangeEvent;
4 import com.google.gwt.event.logical.shared.ValueChangeHandler;
  /external/autotest/frontend/client/src/autotest/common/ui/
CustomTabPanel.java 8 import com.google.gwt.event.logical.shared.BeforeSelectionEvent;
9 import com.google.gwt.event.logical.shared.BeforeSelectionHandler;
10 import com.google.gwt.event.logical.shared.SelectionEvent;
11 import com.google.gwt.event.logical.shared.SelectionHandler;
12 import com.google.gwt.event.logical.shared.ValueChangeEvent;
13 import com.google.gwt.event.logical.shared.ValueChangeHandler;
TableActionsPanel.java 8 import com.google.gwt.event.logical.shared.CloseEvent;
9 import com.google.gwt.event.logical.shared.CloseHandler;
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lif/
link.go 11 // A Link represents logical data link information.
13 // It also represents base information for logical network interface.
14 // On Solaris, each logical network interface represents network layer
17 // logical network interfaces share the same logical data link.
54 // Links returns a list of logical data links.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lif/
link.go 11 // A Link represents logical data link information.
13 // It also represents base information for logical network interface.
14 // On Solaris, each logical network interface represents network layer
17 // logical network interfaces share the same logical data link.
54 // Links returns a list of logical data links.
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidParser.cpp 240 auto logical = r.getLogicalRange(); local
243 int64_t offset = physical.first - logical.first;
245 / (logical.second - logical.first);
251 .minRaw = logical.first,
252 .maxRaw = logical.second,
  /external/autotest/frontend/client/src/autotest/afe/
JobOwnerFilter.java 10 import com.google.gwt.event.logical.shared.ValueChangeEvent;
11 import com.google.gwt.event.logical.shared.ValueChangeHandler;
  /external/autotest/frontend/client/src/autotest/moblab/wizard/
WifiCard.java 3 import com.google.gwt.event.logical.shared.ValueChangeEvent;
4 import com.google.gwt.event.logical.shared.ValueChangeHandler;
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
RShiftU64.S 18 # 64-bit logical right shift function for IA-32
  /external/autotest/frontend/client/src/autotest/tko/
FilterStringViewer.java 7 import com.google.gwt.event.logical.shared.CloseEvent;
8 import com.google.gwt.event.logical.shared.CloseHandler;
9 import com.google.gwt.event.logical.shared.OpenEvent;
10 import com.google.gwt.event.logical.shared.OpenHandler;
  /prebuilts/go/darwin-x86/src/runtime/
debug.go 15 // The number of logical CPUs on the local machine can be queried with NumCPU.
34 // NumCPU returns the number of logical CPUs usable by the current process.

Completed in 1117 milliseconds

1 2 3 4 5 6 7 8 910