| /external/tensorflow/tensorflow/core/graph/ |
| validate.h | 4 you may not use this file except in compliance with the License. 36 // Like ValidateGraphDef() except it makes a copy of `graph_def` and calls 42 // Like ValidateGraphDefAgainstOpRegistry() except it takes an OpList
|
| /external/tensorflow/tensorflow/python/lib/io/ |
| py_record_reader.i | 4 you may not use this file except in compliance with the License. 20 %feature("except") tensorflow::io::PyRecordReader::New { 29 %feature("except") tensorflow::io::PyRecordReader::GetNext {
|
| py_record_writer.i | 4 you may not use this file except in compliance with the License. 21 %feature("except") tensorflow::io::PyRecordWriter::New { 30 %feature("except") tensorflow::io::PyRecordWriter::WriteRecord {
|
| /external/tensorflow/tensorflow/tools/proto_text/ |
| gen_proto_text_functions_lib.h | 4 you may not use this file except in compliance with the License. 39 // * ProtoDebugString(m): same as msg.DebugString(), except that google.any 41 // * ProtoShortDebugString(m): same as msg.ShorDebugString(), except that
|
| /external/trappy/trappy/plotter/ |
| __init__.py | 4 # you may not use this file except in compliance with the License. 24 except ImportError: 49 except ValueError:
|
| /external/trappy/trappy/wa/ |
| sysfs_extractor.py | 4 # you may not use this file except in compliance with the License. 38 except OSError: 72 except ValueError:
|
| /frameworks/base/graphics/java/android/graphics/ |
| AvoidXfermode.java | 5 * you may not use this file except in compliance with the License. 20 * AvoidXfermode xfermode will draw the src everywhere except on top of the 30 AVOID (0), //!< draw everywhere except on the opColor
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| asyncore.py | 65 except NameError: 71 except (ValueError, OverflowError, NameError): 84 except _reraised_exceptions: 86 except: 92 except _reraised_exceptions: 94 except: 100 except _reraised_exceptions: 102 except: 115 except socket.error, e: 120 except _reraised_exceptions [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| asyncore.py | 65 except NameError: 71 except (ValueError, OverflowError, NameError): 84 except _reraised_exceptions: 86 except: 92 except _reraised_exceptions: 94 except: 100 except _reraised_exceptions: 102 except: 115 except socket.error, e: 120 except _reraised_exceptions [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| asyncore.py | 65 except NameError: 71 except (ValueError, OverflowError, NameError): 84 except _reraised_exceptions: 86 except: 92 except _reraised_exceptions: 94 except: 100 except _reraised_exceptions: 102 except: 115 except socket.error, e: 120 except _reraised_exceptions [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| asyncore.py | 65 except NameError: 71 except (ValueError, OverflowError, NameError): 84 except _reraised_exceptions: 86 except: 92 except _reraised_exceptions: 94 except: 100 except _reraised_exceptions: 102 except: 115 except socket.error, e: 120 except _reraised_exceptions [all...] |
| /system/core/qemu_pipe/include/ |
| qemu_pipe.h | 5 * you may not use this file except in compliance with the License. 40 // ENOSYS should never happen, except if you're trying to run within a 44 // except for a few special cases (e.g. GSM modem), where EBUSY will be
|
| /test/vts/runners/host/ |
| signals.py | 5 # you may not use this file except in compliance with the License. 57 except UnicodeEncodeError: 65 except TypeError:
|
| /test/vts/testcases/codelab/hello_world_sl4a/ |
| VtsCodelabHelloWorldSl4aTest.py | 6 # you may not use this file except in compliance with the License. 45 except sl4a_client.ProtocolError as e: 47 except sl4a_client.ApiError as e:
|
| /test/vts/utils/python/io/ |
| file_util.py | 5 # you may not use this file except in compliance with the License. 58 except OSError as e: 80 except OSError as e:
|
| /tools/test/connectivity/acts/tests/google/bt/power/ |
| SetupBTPairingTest.py | 6 # use this file except in compliance with the License. You may obtain a copy of 60 except socket.timeout: 62 except socket.error:
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/ |
| test_util.py | 380 except:
387 except:
394 except KeyError:
396 except:
403 except:
412 except:
414 except:
421 except:
424 except:
431 except: [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| test_sys_settrace.py | 18 # If there is implicit control flow around a pass statement (in an except
101 except Exception, exc:
131 except RuntimeError, exc:
170 except IndexError:
192 except IndexError:
417 except ValueError:
421 except RuntimeError:
448 except RuntimeError:
479 except TypeError:
560 except ValueError, e: [all...] |
| /external/python/cpython2/Lib/lib2to3/tests/ |
| test_util.py | 380 except: 387 except: 394 except KeyError: 396 except: 403 except: 412 except: 414 except: 421 except: 424 except: 431 except [all...] |
| /external/python/cpython2/Lib/test/ |
| test_sys_settrace.py | 18 # If there is implicit control flow around a pass statement (in an except 101 except Exception, exc: 131 except RuntimeError, exc: 170 except IndexError: 192 except IndexError: 426 except ValueError: 430 except RuntimeError: 457 except RuntimeError: 488 except TypeError: 578 except ValueError, e [all...] |
| /external/python/cpython3/Lib/lib2to3/tests/ |
| test_util.py | 377 except: 384 except: 391 except KeyError: 393 except: 400 except: 409 except: 411 except: 418 except: 421 except: 428 except [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_exceptions.py | 23 except ImportError, e: 29 except exc, err: 33 except exc, err: 51 except EOFError: 78 except NameError: pass 89 except SyntaxError: pass 96 #except TabError: pass 106 except TypeError: pass 113 except ZeroDivisionError: pass 117 except Exception, e: pas [all...] |
| test_sys_settrace.py | 18 # If there is implicit control flow around a pass statement (in an except 101 except Exception, exc: 131 except RuntimeError, exc: 170 except IndexError: 192 except IndexError: 417 except ValueError: 421 except RuntimeError: 448 except RuntimeError: 479 except TypeError: 560 except ValueError, e [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_exceptions.py | 23 except ImportError, e: 29 except exc, err: 33 except exc, err: 51 except EOFError: 78 except NameError: pass 89 except SyntaxError: pass 96 #except TabError: pass 106 except TypeError: pass 113 except ZeroDivisionError: pass 117 except Exception, e: pas [all...] |
| test_sys_settrace.py | 18 # If there is implicit control flow around a pass statement (in an except 101 except Exception, exc: 131 except RuntimeError, exc: 170 except IndexError: 192 except IndexError: 417 except ValueError: 421 except RuntimeError: 448 except RuntimeError: 479 except TypeError: 560 except ValueError, e [all...] |